Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NGridRule<TGrid> Class / Column Property


In This Topic
    Column Property (NGridRule<TGrid>)
    In This Topic
    Gets or sets the column which is associated with this rule. The association of a column with a grid rule is important when you need to later discover the rules that are somehow linked with a specific column. The column association is automatically performed for sorting and grouping rules that are created by columns (in result to user actions). Also if RowValue is not specified, by default the rule will get row values from the associated column.
    Syntax
    'Declaration
     
    
    Public Property Column As NColumn
    'Usage
     
    
    Dim instance As NGridRule(Of TGrid)
    Dim value As NColumn
     
    instance.Column = value
     
    value = instance.Column
    public NColumn Column {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also